RelativeData Property (Waterfall<T>)
In This Topic
Gets or sets a value that determines whether the given data is relative.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property RelativeData As System.Boolean
'Usage
Dim instance As Waterfall(Of T)
Dim value As System.Boolean
instance.RelativeData = value
value = instance.RelativeData
[System.ComponentModel.DefaultValue(true)]
public System.bool RelativeData {get; set;}
public read-write property RelativeData: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set RelativeData : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property System.bool get_RelativeData();
public: __property void set_RelativeData(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
property System.bool RelativeData {
System.bool get();
void set ( System.bool value);
}
See Also